modem:
Type
keyword
Summary
Used with the open file, read from file, write to file, and close file commands to specify the modem port on Mac OS systems.
Syntax
modem:
Description
Use the modem: keyword to communicate through the modem serial port.
To set the port parameters (such as baud rate, handshaking, and parity), set the serialControlString property before opening the port with the open file command.
To read data from the modem port, use the read from file command, specifying the keyword modem: as the file to read from.
To write data to the modem port, use the write to file command.
To use the printer port on Mac OS systems, use the printer: keyword. (To use serial ports other than the built-in printer or modem port, use the open driver command.)
To use serial ports on Windows systems, use the COM1: through COM9: keywords.
Examples
read from file "modem:" until end
Related
command: write to file, close file, open file, write to driver, open driver, read from file
glossary: keyword, property, command, Mac OS, port
keyword: COMn:
property: serialControlString
Compatibility and Support
Introduced
LiveCode 1.0
OS
mac
Platforms
desktop
server